home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xmcd-1.4 / libdi.d / common.cfg next >
Encoding:
Text File  |  1995-05-10  |  5.0 KB  |  147 lines

  1. !
  2. ! @(#)common.cfg    5.4 95/01/22
  3. !
  4. ! Common configuration file
  5. !
  6. !   xmcd  - Motif(tm) CD Audio Player
  7. !   cda   - Command-line CD Audio Player
  8. !   libdi - CD Audio Player Device Interface Library
  9. !
  10. !   Copyright (C) 1995  Ti Kan
  11. !   E-mail: ti@amb.org
  12. !
  13. !   This program is free software; you can redistribute it and/or modify
  14. !   it under the terms of the GNU General Public License as published by
  15. !   the Free Software Foundation; either version 2 of the License, or
  16. !   (at your option) any later version.
  17. !
  18. !   This program is distributed in the hope that it will be useful,
  19. !   but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. !   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21. !   GNU General Public License for more details.
  22. !
  23. !   You should have received a copy of the GNU General Public License
  24. !   along with this program; if not, write to the Free Software
  25. !   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  26. !
  27. ! Install this file as LIBDIR/config/common.cfg.  LIBDIR is the
  28. ! XMcd.libdir X resource (or XMCD_LIBDIR env variable).
  29. !
  30. ! Users can also override these parameters by specifying them
  31. ! in an optional $HOME/.xmcdcfg/common.cfg file.
  32. !
  33.  
  34. !*
  35. !* CD-player behavior control resources
  36. !*
  37. !* You may want to modify these parameters to suit your set-up.
  38. !*
  39. !* Unless otherwise marked, these parameters are used by both the cda
  40. !* and xmcd utilities.
  41. !*
  42. !* In parameters below that specifies audio blocks, each audio block is
  43. !* 1/75 second of playback time.
  44. !*
  45. !* Note that all msec time parameters used below are subject to the
  46. !* resolution of your system software timer as provided in the
  47. !* XtAppAddTimeOut() library call.
  48. !*
  49.  
  50. ! Default device to open for the CD-ROM player interface
  51. !
  52. ! Examples:
  53. ! /dev/scsi/3            (Apple A/UX, SCSI ID 3)
  54. ! /dev/scsi/scsi(ncsc@7(FFFB0000,7),2,0)    (DG/UX, SCSI ID 2, LUN 0)
  55. ! /dev/rrz4c            (DEC Ultrix and OSF/1)
  56. ! /dev/rcd0c            (FreeBSD)
  57. ! /dev/rdsk/c0d3s0        (HP-UX, SCSI ID 3)
  58. ! /dev/rcd0            (IBM AIX)
  59. ! /dev/sr0            (Linux)
  60. ! /dev/rcd0            (SCO ODT)
  61. ! /dev/scsi/sc0d3l0        (SGI IRIX, controller 0, SCSI ID 3, LUN 0)
  62. ! /dev/rcdrom/c4a1d5        (Stratus FTX SVR4, slot 4, bus 1, SCSI ID 5)
  63. ! /dev/rsr0            (SunOS 4.x)
  64. ! /dev/rdsk/c0t6d0s0        (SunOS 5.x w/o Solaris Volume Manager)
  65. ! /vol/dev/aliases/cdrom    (SunOS 5.x w/ Solaris Volume Manager)
  66. ! /dev/rcdrom/cd0        (UNIX SVR4.0/x86)
  67. ! /dev/rcdrom/cdrom1        (UNIX SVR4.2/x86, SVR4.2MP/x86)
  68. ! /dev/rdsk/m187_c0d3s7        (UNIX SVR4.0/88k, m187 controller 0, SCSI ID 3)
  69. device:            /dev/rcd0
  70.  
  71. ! CD database directories.  If a relative path name is used, then it is
  72. ! assumed to be under LIBDIR/xmcd/cddb.
  73. ! (The XMCD_DBPATH environment variable overrides this)
  74. dbdir:    rock:jazz:blues:newage:classical:reggae:folk:country:soundtrack:misc:data
  75.  
  76. ! The maximum number of CD Database directories supported.
  77. ! The valid range is 1 to 100.
  78. maxDbdirs:        20
  79.  
  80. ! CD database file permissions
  81. dbFileMode:        0664
  82.  
  83. ! Play status poll interval during audio playback. (msec)
  84. ! This should be less than 500 to get satisfactory display update
  85. ! response.
  86. ! (xmcd only)
  87. statusPollInterval:    260
  88.  
  89. ! If no disc, poll interval for disc insertion (msec)
  90. ! (xmcd only)
  91. insertPollInterval:    2000
  92.  
  93. ! When previous track/index button pressed, if this number of audio blocks
  94. ! has been played in the current track/index, then playback will start from
  95. ! the beginning of the current track/index instead of the previous one.
  96. ! (xmcd only)
  97. previousThreshold:    100
  98.  
  99. ! During FF/REW search operations, the number of audio blocks to skip
  100. ! to the next audible sample
  101. ! (xmcd only)
  102. searchSkipBlocks:    145
  103.  
  104. ! During FF/REW search operations, the amount of time to pause between
  105. ! each audio sample (msec)
  106. ! (xmcd only)
  107. searchPauseInterval:    55
  108.  
  109. ! During FF/REW search operations, after this many audio samples the
  110. ! search speed will be tripled (i.e., the searchSkipBlocks parameter is
  111. ! internally multiplied by 3).  If this parameter is set to 0, then
  112. ! no speedup will occur.
  113. ! (xmcd only)
  114. searchSpeedUpCount:    15
  115.  
  116. ! During FF/REW search operations, the percentage of the current normal
  117. ! playback volume to be used for audio samples.  This is used only if
  118. ! the volumeControlSupport device specific parameter is set to True.
  119. ! (xmcd only)
  120. searchVolumePercent:    35
  121.  
  122. ! During FF/REW search operations, the minimum volume setting for audio
  123. ! samples.  This is used only if the volumeControlSupport device specific
  124. ! parameter is set to True.
  125. ! (xmcd only)
  126. searchMinVolume:    2
  127.  
  128. ! During Sample playback operations, the number of audio blocks to play
  129. ! in each track.
  130. ! (xmcd only)
  131. sampleBlocks:        750
  132.  
  133. ! Whether Solaris 2.x Volume Manager is running.  This is used only
  134. ! on the SunOS 5.x/Solaris 2.x platform with the Volume Manager.
  135. solaris2VolumeManager:    False
  136.  
  137. ! Whether error messages are output to stderr when xmcd encounters
  138. ! errors when delivering commands to the CD-ROM drive.  You should
  139. ! only set this to False if you have a non SCSI-2 compliant CD-ROM
  140. ! drive that causes xmcd to display lots of error messages.
  141. showScsiErrMsg:        True
  142.  
  143. ! Whether verbose debug diagnostics should be generated on stderr.
  144. debugMode:        False
  145.  
  146.